-
Notifications
You must be signed in to change notification settings - Fork 423
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge branch 'master' into service-catalog-eap #561
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…-field-behavior-for-v4 feat: validate CC tag when leaving the field
# [4.2.0](v4.1.0...v4.2.0) (2024-10-03) ### Features * validate CC tag when leaving the field ([2729a35](2729a35))
fix: change section page header flex wrap
## [4.2.1](v4.2.0...v4.2.1) (2024-10-03) ### Bug Fixes * change section page header flex wrap ([6d77506](6d77506))
- In French keyboards, the browser is detecting the code for a paragraph to be a comma instead. To fix this, for the outlier of the comma, I'm using the check on key instead of code. Garden has these keys available as constants so I'm using them for consistency on comparison
…agraph fix: paragraph gets treated as comma
## [4.2.2](v4.2.1...v4.2.2) (2024-10-07) ### Bug Fixes * paragraph gets treated as comma ([0c01d76](0c01d76))
[GG-3938] Fixed date fields prefilling
## [4.2.3](v4.2.2...v4.2.3) (2024-10-30) ### Bug Fixes * added validation of date format for ticket field prefilling ([4f01052](4f01052)) * fixed date fields prefilling with wrong dates in some timezones ([67fd377](67fd377))
fix: add aria-label for removing attachment in new request form
## [4.2.4](v4.2.3...v4.2.4) (2024-11-25) ### Bug Fixes * add aria label for removing attachment ([6127e57](6127e57))
- In Japanese, allowing the text to wrap randomly changes the meaning of the word. Have confirmed with a Japanese speaker that using strict to allow the line to break still retains the correct meaning. - Used npm run build to make sure the asset minification isnt lost
fix: prevent text overflow in Japanese
## [4.2.5](v4.2.4...v4.2.5) (2024-12-04) ### Bug Fixes * line-break strict for correct text wrapping ([1c568c7](1c568c7))
chore: added translation strings for the Service Catalog
chore: translations for ticket fields module
chore: add new string for translations
i18n scripts improvements
fix: update zendeskgarden packages to v8.76.9
## [4.2.6](v4.2.5...v4.2.6) (2025-01-07) ### Bug Fixes * update zendeskgarden packages to v8.76.9 ([cacde81](cacde81))
chore: upload missing translations
## [4.2.7](v4.2.6...v4.2.7) (2025-01-07) ### Bug Fixes * upload translations ([f811fd5](f811fd5))
kubraokcu
approved these changes
Jan 9, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍🏼🌐
chore: fixed lighthouse check on CI
BrunoBFerreira
approved these changes
Jan 9, 2025
🎉 This PR is included in version 4.3.0-beta.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR merges
master
intoservice-catalog-eap
, bringing in the latest bug fixes and improvements we implemented on masterChecklist